CarAppState

sealed class CarAppState

These states are communicated between the car and app.

For example, when the car changes the app state to ActiveGuidanceState The app's MainActivity will update to show the ActiveGuidanceFragment The car's MainCarSession will update to show the ActiveGuidanceScreen

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

FreeDriveState
Link copied to clipboard
RoutePreviewState
Link copied to clipboard
ActiveGuidanceState
Link copied to clipboard
ArrivalState
Link copied to clipboard